home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
il gioco del Kamasutra
/
Milo Manara Kamasutra.iso
/
mac
/
DATA
/
ParteIII
/
GameIII
/
Arco.dir
/
00006_Script_6
< prev
next >
Wrap
Text File
|
1997-11-23
|
448b
|
24 lines
on mouseDown
PuppetSprite 13, true
repeat while the stillDown
set the membernum of sprite 13 = 32
updatestage
end repeat
end
on mouseUp
puppetSound 3, "Click3"
Global IndexTug
PuppetSprite 4, true
set the membernum of sprite 13 = 25
updatestage
if IndexTug < 20 then
set IndexTug = IndexTug + 1
set the membernum of sprite 4 = IndexTug
updatestage
else
beep
end if
end museup